gobasic icon indicating copy to clipboard operation
gobasic copied to clipboard

Really Thanks to this!

Open ghost opened this issue 3 years ago • 2 comments

Very great project. Basic language is lightweight and good to implement in my application! thanks

ghost avatar Mar 11 '22 17:03 ghost

Can I add function to call system call

ghost avatar Mar 11 '22 17:03 ghost

Very great project.

I'm glad it is useful, I had a lot of fun writing it.

Can I add function to call system call

If you could be more specific I could answer better.

Do you mean something like system( "/bin/ls" ), or something else?

You can register your own built-in functions pretty easily - see the pokeFunction, for example, in the embedded example.

skx avatar Mar 12 '22 08:03 skx