7 lines
82 B
Text
7 lines
82 B
Text
public program()
|
|
{
|
|
var Δ := 1;
|
|
Δ := Δ + 1;
|
|
|
|
console.writeLine:Δ
|
|
}
|