Function kernel::forth::sermux_write_outbuf
source ยท async fn sermux_write_outbuf(
forth: &mut Forth<MnemosContext>,
) -> Result<(), Error>
Expand description
Binding for PortHandle::send()
Writes the current contents of the output buffer to the PortHandle
.
Call: BOH_TOKEN sermux::write_outbuf
Return: No change
Errors if the provided handle is incorrect. See BagOfHolding
for details
on bag of holding tokens