- [84+CE] Cowsay BASIC
- 20 Jan 2025 11:21:32 am
- Last edited by merthsoft on 21 Jan 2025 03:07:53 pm; edited 1 time in total
Just for fun I made a small, naive cowsay utility in BASIC.
Takes string input in ANS, and displays a cow saying the message.
If the message is longer than 24 characters, it will be truncated.
Example:
"Cows are cool":prgmCOWSAY
Will result in:
Code:
http://ceme.tech/DL2579
Takes string input in ANS, and displays a cow saying the message.
If the message is longer than 24 characters, it will be truncated.
Example:
"Cows are cool":prgmCOWSAY
Will result in:
Code:
________________________
<Cows are cool >
------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||

http://ceme.tech/DL2579