mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
flag: octal format
This commit is contained in:
@@ -23,7 +23,7 @@ module flag
|
||||
//
|
||||
// fp.skip_executable()
|
||||
//
|
||||
// an_int := fp.int('an_int', 666, 'some int to define 666 is default')
|
||||
// an_int := fp.int('an_int', 0o666, 'some int to define 0o666 is default')
|
||||
// a_bool := fp.bool('a_bool', false, 'some \'real\' flag')
|
||||
// a_float := fp.float('a_float', 1.0, 'also floats')
|
||||
// a_string := fp.string('a_string', 'no text', 'finally, some text')
|
||||
|
||||
Reference in New Issue
Block a user