Cosmo/examples
CPunch 8ac8085d20 syntax: 'var'->'let' 'function'->'func'
- 'var' has some weird scoping connotations with users of JS. better to change it to 'let', which will decide whether to make the variable a local or a global
- 'func' looks visually appealing lol
- some minor refactoring done in cparse.c
2023-02-09 15:58:25 -06:00
..
break.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
compare.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
fibtest.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
getters_setters.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
increment.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
iterator.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
stress.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
strings.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
test.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
test.lua moved examples to examples folder 2020-11-13 17:50:55 -06:00
testsuite.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
tostring.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00
variadic.cosmo syntax: 'var'->'let' 'function'->'func' 2023-02-09 15:58:25 -06:00