update block stack work

This commit is contained in:
Scott Richmond 2025-06-22 20:44:07 -04:00
parent e2c9619fa6
commit f0cf43b486

View File

@ -267,13 +267,13 @@ fn contains? {
}
}
& fn print! {
& "Sends a text representation of Ludus values to the console."
& (...args) -> {
& base :print! (args)
& :ok
& }
& }
fn print! {
"Sends a text representation of Ludus values to the console."
(...args) -> {
base :print! (args)
:ok
}
}
& fn show {
& "Returns a text representation of a Ludus value as a string."
@ -326,7 +326,7 @@ fn contains? {
keep
concat
contains?
& print!
print!
& show
& report!
}