vax_vms_user
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vax_vms_user [2026/05/25 01:35] – admin | vax_vms_user [2026/05/27 19:01] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | **# Show current DIR:** | + | **# Show current DIR like PWD:** |
| < | < | ||
| + | |||
| + | **# Change DIR [000000] is the root of system** | ||
| + | |||
| + | < | ||
| + | |||
| + | **# List directory** | ||
| + | |||
| + | < | ||
| **# Run Basic:** | **# Run Basic:** | ||
| Line 7: | Line 15: | ||
| < | < | ||
| < | < | ||
| + | |||
| + | To save a program (Do this from within the basic interpreter) | ||
| + | < | ||
| + | |||
| + | To load a program (Do this from within the basic interpreter) | ||
| + | < | ||
| + | |||
| + | **# Programming** | ||
| + | |||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | |||
| + | Enter a simple helloworld: | ||
| + | |||
| + | < | ||
| + | CREATE HELLO.C | ||
| + | #include < | ||
| + | |||
| + | int main() { | ||
| + | printf(" | ||
| + | return 0; | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | For fortran | ||
| + | |||
| + | < | ||
| + | |||
| + | Link and run same as c | ||
| + | |||
| + | **# Games** | ||
| + | |||
| + | < | ||
| + | < | ||
| + | |||
| + | More to come.... | ||
| + | |||
vax_vms_user.1779672905.txt.gz · Last modified: by admin
