acme/testing/cliargs/dialect086.a
2024-02-24 23:40:43 +00:00

7 lines
177 B
Plaintext

; "power of" is left-associative, becomes right-associative in 0.94.6:
!if 2^3^4 != (2^3)^4 {
!error "power-of operator is not left-associative."
}
!src "dialect09406.a"