Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
reduce-algebra
/
reduce-historical
mirror of
git://github.com/reduce-algebra/reduce-historical
Watch
2
Star
1
Fork
0
Files
Issues
Branch:
master
Branches
Tags
master
reduce-histo...
/
psl-1983
/
3-1
/
tests
/
stubs2.red
stubs2.red
92 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
% STUBS2.RED
% just a dummy for now
procedure Flag(x, y);
List('dummy, 'flag, x,y);
END;