-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
atom-vmBugs and features related to AtomVMBugs and features related to AtomVMbugSomething isn't workingSomething isn't working
Description
The following code prints the binaries when run on the BEAM, and prints no_match on AtomVM
binary = <<1,2,3,4>>
skip = 1
size = 2
case binary do
<<_::binary-size(skip), bin::binary-size(size), bin2::binary>> ->
IO.inspect({bin, bin2})
_ ->
IO.inspect(:no_match)
endReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
atom-vmBugs and features related to AtomVMBugs and features related to AtomVMbugSomething isn't workingSomething isn't working