lang: state with confusing error

This commit is contained in:
Schrottkatze 2024-04-08 15:43:42 +02:00
parent 198c74c7ae
commit bfd4b3765f
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
5 changed files with 74 additions and 24 deletions

View file

@ -1,18 +1,7 @@
def main = meow
| uwu
{ foo: @bar
, hello: world @| test { more: params } | yay
}
!| awa
@| nya
| rawr;
def blend1 = [
open "test.png",
open "test2.png"
]
| blend multiply 0.6
def test = meow
{ hello: $foo
, world: @bar
};
def blah = {
pipe1: meow | uwu,
pipe2: lorem | ipsum
} | flkjdsafkjl;
def blend2 = open "test.png" | blend multiply 0.6 [ open test2.png ]