basic language support for sublime and vscode
This commit is contained in:
@@ -8,7 +8,7 @@ fun newCircularQueue(T: Type = int, max: int = 3) {
|
||||
|
||||
if max <= 0:
|
||||
error("Maximum queue size must be positive");
|
||||
|
||||
|
||||
list = [];
|
||||
i = 0;
|
||||
while i < max: {
|
||||
|
||||
Reference in New Issue
Block a user