let 'fun' replace 'defun' totally
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -18,11 +18,11 @@ class B + ##ERROR: syntax error - prohibited binary selector '+'
|
||||
J := 11
|
||||
class B {
|
||||
if (== J 10) {
|
||||
defun :*newA() {
|
||||
fun :*newA() {
|
||||
return self
|
||||
}
|
||||
} else {
|
||||
defun :*newB() {
|
||||
fun :*newB() {
|
||||
return self
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user