#flag -- simple command line argument parsing

1 messages · Page 1 of 1 (latest)

limber plank
harsh igloo
#

I like it, looks quite simple! Why did you use .ty and not .type? Or is that a keyword in Zig

long pine
#

type isn’t a keyword, it’s a primitive type, so you can use it as a field without @"" syntax

#

Glad to see another Ada_Case user

limber plank
limber plank
long pine
#

I was saying you don’t need the @"" syntax when you use it as a field