7 lines
No EOL
215 B
Text
7 lines
No EOL
215 B
Text
let test =
|
|
match (Deep (Deep (Deep (Inside ("OK"))))) {
|
|
| Deep (Deep (Deep (Inside (you_find_me)))) ->
|
|
print_string ("This test is ");
|
|
print_string (you_find_me);
|
|
print_string (".\n")
|
|
} |