mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
Add for loops
This commit is contained in:
parent
a212dd7fd1
commit
efb99a9ed7
28 changed files with 284 additions and 21 deletions
|
|
@ -1,8 +1,8 @@
|
|||
--# run #--
|
||||
--- text ---
|
||||
| {}"" {}"type(\"kg\", 5)" {}"" |
|
||||
| {}"" {}"type(5, \"kg\")" {}"" |
|
||||
--- text ---
|
||||
| {}"" {}"type(\"kg\", 12)" {}"" |
|
||||
| {}"" {}"type(12, \"kg\")" {}"" |
|
||||
--- error ---
|
||||
[0m[31m[0m[31mtype check failure for weigh; 32 does not satisfy $(x) type(x) == t[0m
|
||||
↳ from [4mtest/tests/constrained variable assignement.ans:9:7[0m in assignment: [2mweigh = 32[0m[0m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue