-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Arnaud edited this page May 4, 2022
·
3 revisions
Welcome to the grsoft wiki!
grsoft translate BASIC instructions to C.
- Text variables are stored in VAR$ char type
- Numeric variables are stored in float type
Limitations as of V23
- FOR loop works only with I variable
- arrays not supported for floats
- gaphical GR and HGR are still in development
- IF doesn't support ELSE
- RND is not exactly the same as applesoft
extensions:
- DUMP command : lists variables
- DEBUG ON/OFF mode
- ABORT