Mistium / Origin-OS

originOS is a scratch desktop gui made by @Mistium
https://origin.mistium.com
24 stars 9 forks source link

[SUGGESTION] Bracketed Methods #109

Closed Mistium closed 1 month ago

Mistium commented 1 month ago

Bracketed Methods

Example:

test = ( 10 / 3 ).round

Would allow for more concise and readable osl code

Would require a little more work for the compiler

Mistium commented 1 month ago

I should be able to make this pretty easily

Mistium commented 1 month ago

Screenshot 2024-05-06 at 11 42 20

DONE!