1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 00:59:31 +00:00
anselme/test/tests/unary operator overload.ans
2023-12-28 17:03:54 +01:00

11 lines
78 B
Text

:$ -f
@"generic minus"
:$ -f::string
@"minus "+f
|{-5}
|{-"lol"}
|{-[]}