pseudocode
An alternate way of viewing code that adds more interesting characters to the mix in the hopes of helping find bugs and making code more skimable.
Deja Vu Sans Mono:
/* Change some things */ for x1, x2 in xs: if x1 <= x2: x1, x2 = x2, x1 sum = 0 while !(a == b) || a != b console.log "a is #{a}" sum = sum + a List
list = new List
(); l.add(new Item()); System.out.println("\"Test\", he said.");
Pseudocode:
loading...