mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 06:18:05 +02:00
8 lines
No EOL
119 B
Text
8 lines
No EOL
119 B
Text
at (Place(1)) { ... }
|
|
|
|
val a:Int = 42;
|
|
|
|
at (here.next()) {
|
|
Console.OUT.println(here);
|
|
Console.OUT.println(a);
|
|
} |