Press CTRL+C or CMD+C to copy the selected text and close this dialog.
Tweet
0 people like it. Like the snippet!
Test
1: 2: 3: 4: 5:
let add a b = a + b let mul a b = a * b let swap a b = b a add 2 5