diff --git a/README.md b/README.md index 11b395c..69b950d 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ var foobar = 42; var foobar = foobar * 7; } +//the types default to 'any' but can be specified if needed (same with constants) +var immutable: string const = "Foobar"; + //more examples to be added as the features are implemented ```