issues
search
codereport
/
jsource
J Language Source Code. Livestream links ⬇️
https://www.youtube.com/playlist?list=PLVFrD1dmDdvfVhYLU_iKkV67X9XqCJLWe
Other
38
stars
18
forks
source link
Remove return macros
#55
Closed
juntuu
closed
3 years ago
juntuu
commented
3 years ago
Resolves #53
Replaced:
RETF(x)
->
return x
RCA(x)
->
return x
R0
->
return 0
(or with semicolon at the end, where necessary)
Resolves #53
Replaced:
RETF(x)
->return x
RCA(x)
->return x
R0
->return 0
(or with semicolon at the end, where necessary)