gnu-octave / octave-doctest

Doctests for Octave/Matlab
https://gnu-octave.github.io/packages/doctest/
BSD 3-Clause "New" or "Revised" License
17 stars 4 forks source link

readme: what is "greet"? #291

Closed cbm755 closed 6 months ago

cbm755 commented 6 months ago

We can test it by invoking doctest greet at the Octave prompt, which will give the following output:

But

>> greet
error: 'greet' undefined near line 1, column 1

Maybe its a Matlab command?

cbm755 commented 6 months ago

no no, poor reading comprehension, please ignore