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
If you define macro the help is fine but for functions it include the text before the line.
lips> (help ..)
(.. foo.bar.baz)
Macro that gets value from nested object where argument is comma separated symbol
lips> (help string->symbol)
(string->symbol string)
Function convert string to LIPS symbol.
The text was updated successfully, but these errors were encountered:
If you define macro the help is fine but for functions it include the text before the line.
The text was updated successfully, but these errors were encountered: