1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00
anselme/test/results/lazy boolean operators.ans
2023-12-28 17:03:54 +01:00

33 lines
No EOL
474 B
Text

--# run #--
--- text ---
| {}"a"|
| {}"b"|
| {}"" {}"()" {}" = a b ()"|
--- text ---
| {}"b"|
| {}"" {}"()" {}" = b ()"|
--- text ---
| {}"a"|
| {}"a"|
| {}"" {}"1" {}" = a a 1"|
--- text ---
| {}"b"|
| {}"" {}"()" {}" = b ()"|
--- text ---
| {}"a"|
| {}"" {}"1" {}" = a 1"|
--- text ---
| {}"b"|
| {}"a"|
| {}"" {}"1" {}" = b a 1"|
--- text ---
| {}"a"|
| {}"" {}"1" {}" = a 1"|
--- text ---
| {}"b"|
| {}"b"|
| {}"" {}"()" {}" = b b ()"|
--- return ---
()
--# saved #--
{}