ALGOL 68/prelude/graph 2d.a68: Difference between revisions

Content added Content deleted
m (rename some objects)
m (<lang> -> <syntaxhighlight>)
 
Line 1: Line 1:
<lang algol68># -*- coding: utf-8 -*- #
<syntaxhighlight lang="algol68"># -*- coding: utf-8 -*- #


#############################################
#############################################
Line 322: Line 322:
OP INIT = (REF GRAPHDD object)REF GRAPHDD: init of graph 2d(object,~);
OP INIT = (REF GRAPHDD object)REF GRAPHDD: init of graph 2d(object,~);


SKIP</lang>
SKIP</syntaxhighlight>