Fresh has a basic environment which we can access through getenv/setenv. It already sets variable '?' to the exit status of executed commands. It would be really cool if we could have variables used like: var=something; echo $var (and thus also be able to do for example: echo $? to get the last commands exit status).
Fresh has a basic environment which we can access through getenv/setenv. It already sets variable '?' to the exit status of executed commands. It would be really cool if we could have variables used like:
var=something; echo $var
(and thus also be able to do for example:echo $?
to get the last commands exit status).