mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 03:30:46 +00:00
d70988c09d
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@347 4df02467-bbd4-4a76-a152-e7ce94205b78
7 lines
177 B
Plaintext
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"
|