mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
[language] Remove _|>_ operator, replace with *_
This commit is contained in:
parent
51eff0627f
commit
87afa51baa
26 changed files with 86 additions and 98 deletions
|
|
@ -1,17 +1,17 @@
|
|||
:@choice = 1
|
||||
:h = "h"!script($_)
|
||||
if(1)
|
||||
| a |>
|
||||
*| a
|
||||
|-> a
|
||||
#p!checkpoint
|
||||
| aa |>
|
||||
*| aa
|
||||
|-> aa
|
||||
| ab |>
|
||||
*| ab
|
||||
|-> ab
|
||||
choice = 1
|
||||
| b |>
|
||||
*| b
|
||||
|-> b
|
||||
| c |>
|
||||
*| c
|
||||
|-> c
|
||||
choice = 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue