Besonderhede van voorbeeld: 1032228311650865306

Metadata

Data

English[en]
You can also directly assign a value to the variable when you declare it. my $myvar=10; declares the variable $myvar and sets its initial value to 10.
Korean[ko]
그리고 변수를 선언할때 값을 직접 할당할때도 쓰일 수 있다. my $myvar=10; 는 $myvar를 선언하고 이 변수에 초기값으로 10을 할당 한다는 의미이다. 서부루틴

History

Your action: