I've seen several archives of Yabasic examples available for download.
Unfortunately, many of them use commands that were added in the PS2 version and do not run unmodified on the current version.
Would you be consider implementing the missing commands?
I believe these are some of them:
// Additions introduced with the PS2 version
void triangle(struct command *cmd);
void gtriangle(struct command *cmd);
void setrgb(struct command *cmd);
void setdrawbuf(struct command *cmd);
void setdispbuf(struct command *cmd);
I've seen several archives of Yabasic examples available for download.
Unfortunately, many of them use commands that were added in the PS2 version and do not run unmodified on the current version.
Would you be consider implementing the missing commands?
I believe these are some of them: