Open fnune opened 3 years ago
fun three returning i32 = 3;
#[
# Hey there
# This is my block comment
#
# #[
# # This is a nested block comment
# # Hey there
# #]
#]
apply three
Returning exit code 3.
fun three returning i32 = { 3 };
apply three
Returning exit code 3.
Returning exit code 3.