Skip to content

Instantly share code, notes, and snippets.

@CarlKCarlK
Created October 19, 2022 21:01
Show Gist options
  • Save CarlKCarlK/6e805b4e96a8f744ca45cd9c0f5cc09d to your computer and use it in GitHub Desktop.
Save CarlKCarlK/6e805b4e96a8f744ca45cd9c0f5cc09d to your computer and use it in GitHub Desktop.
stmt #0: println ! ("hello world") ;
stmt #1: println ! ("hello solar system") ;
stmt #2: println ! ("hello galaxy") ;
stmt #3: { println ! ("hello solar system") ; println ! ("hello universe") ; }
item_fn_new: fn hello () { println ! ("hello world") ; { println ! ("hello solar system") ; println ! ("hello universe") ; } }
count: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment