Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
reduce-algebra
/
reduce-historical
kopia lustrzana
git://github.com/reduce-algebra/reduce-historical
Obserwuj
2
Polub
1
Forkuj
0
Pliki
Problemy
Gałąź:
master
Gałęzie
Tagi
master
reduce-histo...
/
psl-1983
/
3-1
/
tests
/
stubs9.red
stubs9.red
86 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
% STUBS9.RED
procedure MkQuote x;
List('quote,x);
procedure flag(x,y);
NIL;
End;