Skip to content

Instantly share code, notes, and snippets.

@aaronryank
Last active July 19, 2017 20:35
Show Gist options
  • Select an option

  • Save aaronryank/8bdf40426aba7f56d514e685f8a293bd to your computer and use it in GitHub Desktop.

Select an option

Save aaronryank/8bdf40426aba7f56d514e685f8a293bd to your computer and use it in GitHub Desktop.
prototype for Forked function syntax

Functions (but probably not)

Functions are declared like so:

>>>>>function name>>>>>

with the code trailing off to the right. Functions are exited with five less-than signs.

Functions must be declared inline with code. Any code not inside a function (>>>>>f>>>>>-----<<<<<this code is not inside a function) is inside the main function.

Functions are not called when they are declared. Functions are called like so:

>>>>>function name<<<<<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment