Ccode-lang

Results 58 comments of Ccode-lang

Type any command and then type any command again. It will not record the second command or any command after it.

Example v# echo hi hi v# echo hi

After this example is executed it will not run "echo hi" the second time, it just goes to the next line and does not show "v#" prompt. Any commands given...

It might also be that I am on macOS.

Tell me when you find the problem.

using this only gives an error message that says: ``` vsh.v:18:8: warning: module 'io' is imported but never used 16 | import os { input, exec, user_os, join_path home_dir }...

Using your version of v still opens the broken prompt it must be an error in the code somewhere.