2
Fork 0

test data

This commit is contained in:
Ruben Hartenstein (PEA4-Fe) 2021-01-14 11:30:24 +01:00
parent da08bcf37f
commit 1ab7d81733
60 changed files with 3512 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,20 @@
VARIABLES SECTION
BUTTON <Knopf 1> = Goto (erster);
BUTTON <Knopf 2> = Goto (zweiter);
PROGRAM SECTION
Label (anfang);
UserDialog ('0', STANDARD, BUTTON:'<Knopf 1>+<Knopf 2>', BLANK, BLANK, BLANK, BLANK, BLANK, BLANK, BLANK, BLANK, BLANK, BLANK, BLANK, BLANK, BLANK);
Goto (ende);
Label (erster);
Message ('Erster Knopf gedrückt', ON_SCREEN, 5);
Goto (anfang);
Label (zweiter);
Message ('Zweiter Knopf gedrückt', ON_SCREEN, 5);
Label (ende);
PARAMETER SECTION

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,4 @@
.mac: OPUS-OS/2 macro
.mtb: Not an OPOUS file
.mtx: OPUS Macro
.obs: OPUS Basic script