260 n := n / f
261 };
262 f := f + 1
263 }
264 """
265 println(tokenise(fact))
265
266
266 //println(tokenise(fact))
267