Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

3n3a-archive/chooser-v

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Simple Switching in V-Lang

So I read about V and had to try it out for myself. This here is the result of that trial.

Compilation

v main.v

Usage

./main FUNCTION_NAME [OPTIONAL_ARG]
- FUNCTION_NAME: name of a function defined in a _switch_ statemtent
- OPTIONAL_ARG: an optional arg to pass to one of those functions

Ex: About Application

./main about

Ex: Frame Text

./main frame "test text"

Releases

No releases published

Packages

No packages published

Languages