this is what ive got:
and i get this error: found int but expected a string
1 2 | ti.mark(); string=ti.millisElapsed(); |
1 2 | ti.mark(); string=ti.millisElapsed(); |
1 | string = "" + ti.miillisElapsed(); |