1 Code Styles🔗ℹ

The RktBlk style class is used for a table of multiple lines (more than 1) of Racket code:

(define x (+ 1 2))
(+ x 3)