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
Don't forget to take care of restoring the GC stack if you're not doing it inside a fe function.
To avoid creating the 'input' symbol every time (via fe_symbol), you can create it beforehand. This will be much faster.
like if i had a fe file with the code:
(= input "hello there")
and i wanted to access the value of the input variable in c, how would i do that?
The text was updated successfully, but these errors were encountered: