Menu

#1118 append to circularqueue: more items than size permits

v4.2.0
closed
None
complete
1
2014-04-15
2012-10-01
Walter
No

/*********
Output:
REXX-ooRexx_4.0.1(MT) 6.03 2 May 2010 on Windows
3
size=3 CQ string= A;B;C;Z
*********/
Parse Version v
Say v
cq=.circularqueue~of('A','B','C')
Say cq~size
cq~append('Z'); Call show_cq
Exit
show_cq:
Say 'size='cq~size 'CQ string=' cq~string(';')
Return

1 Attachments

Discussion

  • Rick McGuire

    Rick McGuire - 2012-10-01
    • assigned_to: Rick McGuire
    • pending_work_items: none --> code+doc+test
     
  • Rick McGuire

    Rick McGuire - 2012-10-02
    • status: open --> pending
    • pending_work_items: code+doc+test --> complete
    • milestone: None --> v4.2.0
     
  • Walter Pachl

    Walter Pachl - 2012-10-03

    In docs: than -> then !!

     
  • Rick McGuire

    Rick McGuire - 2014-04-15
    • status: pending --> closed
     

Anonymous
Anonymous

Add attachments
Cancel