diff options
Diffstat (limited to 'Sencha-lang/Examples/example9.se')
-rw-r--r-- | Sencha-lang/Examples/example9.se | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Sencha-lang/Examples/example9.se b/Sencha-lang/Examples/example9.se new file mode 100644 index 0000000..396871e --- /dev/null +++ b/Sencha-lang/Examples/example9.se @@ -0,0 +1,9 @@ +#some comment +println("x = "); +x = 99; +println(x); +#another comment +println(" - Shouldn't comments be useful?"); #why? + +#If not, what's the point in writing them? +println(" - Aren't they?");
\ No newline at end of file |