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