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
ChaseOSDeveloper edited this page Sep 28, 2021
·
1 revision
ChaseOS Interpreter is located in Core/ChaseCode.cs
To add a function, add its name into the switch case.
Then, segment[2] is the first arg, not segment[1]
If you dont understand there are examples in ChaseCode.cs