11 lines
82 B
Plaintext
11 lines
82 B
Plaintext
FUNC INT main() {
|
|
{
|
|
INT i
|
|
i := 3
|
|
PRINT i
|
|
}
|
|
PRINT i
|
|
RETURN 0
|
|
}
|
|
|