This website requires JavaScript.
Explore
Help
Sign In
velvox
/
cobol-interpreter-lab
mirror of
https://github.com/rileyallyn/cobol-interpreter-lab.git
Watch
1
Star
0
Fork
You've already forked cobol-interpreter-lab
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f34b1541ad
cobol-interpreter-lab
/
lab-5
/
samples
/
print_if_equal.c
7 lines
60 B
C
Raw
Blame
History
if
3
=
=
3
then
print
3
;
endif
if
3
=
=
4
then
print
4
;
endif
Reference in New Issue
View Git Blame
Copy Permalink