17 lines
279 B
Hare
17 lines
279 B
Hare
@tim says "hello world, it's a good day"
|
|
@tim change name "Timothy Fineshooter"
|
|
$x = 3
|
|
$x + 1
|
|
label:
|
|
choice "choice numero uno" {
|
|
@tim says "super sad"
|
|
}
|
|
or "choice numero duo" {
|
|
@tim says "super unsad"
|
|
}
|
|
or "choice numero tres" {
|
|
@tim says "hola mi amigos"
|
|
goto label
|
|
}
|
|
END
|