Please enable JavaScript in your browser!
Startsida
Utforska
Hjälp
Logga in
reduce-algebra
/
reduce-historical
spegling av
git://github.com/reduce-algebra/reduce-historical
Bevaka
2
Stjärnmärk
1
Fork
0
Filer
Ärenden
Gren:
master
Grenar
Taggar
master
reduce-histo...
/
psl-1983
/
3-1
/
tests
/
stubs9.red
stubs9.red
86 B
Permalänk
Historik
Rå
1
2
3
4
5
6
7
8
9
10
% STUBS9.RED
procedure MkQuote x;
List('quote,x);
procedure flag(x,y);
NIL;
End;