Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding variables #4

Open
g-radam opened this issue Jun 19, 2021 · 5 comments
Open

Adding variables #4

g-radam opened this issue Jun 19, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@g-radam
Copy link

g-radam commented Jun 19, 2021

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!

@cryskram
Copy link
Owner

Started with that...
I thought Bilobe to be unique... So the variable declaration will be like this: so car = 103

@cryskram cryskram added the enhancement New feature or request label Jun 19, 2021
@g-radam
Copy link
Author

g-radam commented Jun 20, 2021

No problem - My comment was an example :) "so" looks good.

@cryskram
Copy link
Owner

Yea, but might take time to come out... Because I alone need to think of the way it needs to go

@g-radam
Copy link
Author

g-radam commented Jul 27, 2021

Any updates?

@cryskram
Copy link
Owner

Nothing much.... A bug fix made.... Working on variables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants