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
Create a Settings Form that will eventually have the following settings:
"Assembly" syntax vs "Function" syntax
Assembly is the current syntax (something like "_LDVAL var_94 6.0") and Function would be in the style of ev-as (something like "_LDVAL(var_94, 6.0)").
"Typed" prefixes vs "Symbol" prefixes
Typed is the current prefixes (var_, flag_, sys_) and Symbol would be in the style of ev-as (@, #, $).
Use quotation marks for labels
No quotation marks is the current syntax.
Might have to do some digging into the editor if we want to use ", since those are stripped when reading the script currently.
The text was updated successfully, but these errors were encountered:
Create a Settings Form that will eventually have the following settings:
The text was updated successfully, but these errors were encountered: