You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Bilobe does not support variables. Adding variables would improve the usability of this language and will allow users to create more complex programs. My thoughts on the syntax for creating a variable could look like this:
let variable123
Once the variable variable123 has been created, it could be assigned via:
variable123 = "hello world!"
Variables can then be placed into functions like lnp:
lnp(variable123)
Would really like to see this feature!!
Thanks!
The text was updated successfully, but these errors were encountered:
Currently Bilobe does not support variables. Adding variables would improve the usability of this language and will allow users to create more complex programs. My thoughts on the syntax for creating a variable could look like this:
Once the variable
variable123
has been created, it could be assigned via:Variables can then be placed into functions like lnp:
Would really like to see this feature!!
Thanks!
The text was updated successfully, but these errors were encountered: