Data update
This commit is contained in:
parent
ed705008a8
commit
0df55f9f24
2196 changed files with 32999 additions and 3075 deletions
|
|
@ -31,7 +31,7 @@ class queue<T>
|
|||
T pop()
|
||||
{
|
||||
if (theTale == theTop)
|
||||
{ InvalidOperationException.new:"Queue is empty".raise() };
|
||||
{ InvalidOperationException.new("Queue is empty").raise() };
|
||||
|
||||
T item := theArray[theTop];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue