mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
Formatting
This commit is contained in:
parent
3aa2bcec3e
commit
e4232275bf
7 changed files with 40 additions and 33 deletions
|
|
@ -88,7 +88,7 @@ BEGIN
|
|||
END Create;
|
||||
|
||||
BEGIN
|
||||
NEW(characterStack);
|
||||
(* NEW(characterStack);
|
||||
characterStack := Create();
|
||||
characterStack.push(characterStack, 'a');
|
||||
characterStack.push(characterStack, 'b');
|
||||
|
|
@ -117,5 +117,5 @@ BEGIN
|
|||
Out.Char(characterStack.top(characterStack));
|
||||
Out.Ln();
|
||||
Out.Char(characterStack.pop(characterStack));
|
||||
Out.Ln();
|
||||
Out.Ln(); *)
|
||||
END CharacterStack.
|
||||
Loading…
Add table
Add a link
Reference in a new issue