This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 대괄호로 인자(player) 와 초기화 값 ('') 을 구분 */ | |
*:/티피 [$player = ''] [$toPlayer = ''] = >>> | |
/* | |
# $toPlayer 변수는 위에서 '' 로 초기화 되었으니 | |
# 사용자가 해당 인자를 입력하지 않았을 경우 '' 값 그대로. | |
# 큰 따옴표가 아니라 작은 따옴표 2개 | |
# 예: /티피 EntryPoint $toPlayer: '' | |
# 예: /티피 EntryPoint abc $toPlayer: 'abc' | |
# equals_ic() 는 == 와 같이 값을 비교하는 함수며 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
NewerOlder