update block stack work
This commit is contained in:
parent
e2c9619fa6
commit
f0cf43b486
|
@ -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!
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user