Thank you for your comment

Beau­tiful Racket / racket school 2019

test.rkt
#lang scriptish

-1; // line comment
 10 ;

/* multi
// line
comment */
2;
1
2
3
4
5
6
7
8
9
#lang scriptish

-1; // line comment
 10 ;

/* multi
// line
comment */
2;
copy to clipboard
← prev next →