Merge branch 'status' into as/demo-debug

This commit is contained in:
Alex Shelkovnykov 2023-11-15 06:27:46 -06:00 committed by GitHub
commit 85539466c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ pub fn jet_ut_crop(context: &mut Context, subject: Noun) -> Result {
}
}
pub fn jet_ut_fish(context: &mut Context, subject: Noun) -> Result {
// axe must be Atom, though we use it as Noun
let axe = slot(subject, 6)?.as_atom()?;