Remote stack manipulation #17

Open
opened 2026-01-02 19:18:55 -07:00 by dbidwell · 0 comments
Owner

Need to be able to get and push to a remote stack

device printer = "d0";

printer[0] = 123; // push to a remote stack

let index0 = printer[0]; // get from remote stack

clr(printer) // clear the remote stack.
Need to be able to get and push to a remote stack ```rust device printer = "d0"; printer[0] = 123; // push to a remote stack let index0 = printer[0]; // get from remote stack clr(printer) // clear the remote stack. ```
dbidwell added this to the 0.6.0 project 2026-01-02 19:18:55 -07:00
dbidwell added reference bitwise 2026-01-02 19:19:41 -07:00
dbidwell moved this to In Testing in 0.6.0 on 2026-01-02 19:20:32 -07:00
dbidwell added the enhancement label 2026-01-02 19:21:29 -07:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dbidwell/stationeers_lang#17