
함수나 프로시저에 전달되는 독립 변수 또는 인자.
An abbreviation for 'argument,' referring to a value passed to a function or procedure in computer programming.
예문:
"The function requires a single arg to specify the user ID."
"Make sure to check the type of each arg before processing the data."
"The command-line tool accepts multiple args for configuration."