DEV Community

Discussion on: Learning to code after 40: my first 100 days

Collapse
 
andevr profile image
drew

Nice. Is there a language it's similar to in terms of syntax?

Thread Thread
 
pclundaahl profile image
Patrick Charles-Lundaahl • Edited

I guess it's probably closest to C, but with some niceties like range operators. Blocks are curly-brace delimited, etc.