RosettaCodeData/Task/Queue-Usage/EasyLang/queue-usage.easy

11 lines
90 B
Text
Raw Permalink Normal View History

2024-04-19 16:56:29 -07:00
#
2024-03-06 22:25:12 -08:00
# queue definition
#
2024-04-19 16:56:29 -07:00
##
2024-03-06 22:25:12 -08:00
qu_enq 2
qu_enq 5
qu_enq 7
while qu_empty = 0
print qu_deq
.