vassilych / cscs

CSCS: Customized Scripting in C#
MIT License
166 stars 47 forks source link

How to remove semicolons? #43

Open sentinel-dll opened 2 months ago

sentinel-dll commented 2 months ago

Hi, I recently discovered your project, it's incredible and very inspiring, but I have a question, how can I remove the semicolon at the end of the instructions without breaking the algorithm or at least making it optional for when I want to write everything on the same line? can you help me?