GraphicsLessonInGforth icon indicating copy to clipboard operation
GraphicsLessonInGforth copied to clipboard

[Tutorial] OpenGL Legacy and SDL Graphics Lesson in Gforth

Results 1 GraphicsLessonInGforth issues
Sort by recently updated
recently updated
newest added

ANS Forth forbids modification of strings returned by the [`S"` word](http://www.complang.tuwien.ac.at/forth/ansforth-cvs/documents/html3/core/Sq.html) (a.k.a. `s-quote`). (See also [this discussion](https://narkive.com/D33L0huX.19), ctrl-f for *shall not alter*.) This means that the [`Terminate-String` word](https://github.com/Lecrapouille/GraphicsLessonInGforth/blob/fcd24e48be1c63b9460a99e420e4a84f16ab9bbe/SDL/sdl-tut02/sdl-tut02.fs#L82) is non-compliant....