git @ Cat's Eye Technologies Bhuna / master eg / funny.bhu
master

Tree @master (Download .tar.gz)

funny.bhu @masterraw · history · blame

F = ^{
  Q = 17
  G = ^{
    Print "Q is ", Q, EoL
  }
  G;
  return G
}

G = F()
G;