15 lines
212 B
OpenEdge ABL
15 lines
212 B
OpenEdge ABL
|
|
#ifndef LINGUAGGIO_I
|
||
|
|
#define LINGUAGGIO_I
|
||
|
|
|
||
|
|
#define se if
|
||
|
|
#define altrimenti else
|
||
|
|
#define per for
|
||
|
|
#define finche while
|
||
|
|
#define finché while
|
||
|
|
#define fare do
|
||
|
|
#define ritorna return
|
||
|
|
|
||
|
|
|
||
|
|
#define principale main
|
||
|
|
|
||
|
|
#endif
|