RPG 101 Ep3 - Setting legacy RPG Free

preview_player
Показать описание
Yep. You guessed it!
In this thrilling episode we are going to take that old column based RPGLE code and set it free. Take our first tentative steps into the world of free format RPG code.

Рекомендации по теме
Комментарии
Автор

The /free and /end-free are no longer required. The system knows what code is free and what code is not. You can literally mix them up, e.g.
dsply 'Hello world';
c 'Hello world' dsply
return;

glenngundermann