This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
goatoh_training_android
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
グローバル・スコープになっていた命令をモヂュール内のスコープに修正
明示的に宣言しないと自動でグローバルになる HSP ほんま……
main
みてるぞ
1 year ago
parent
1056ffae51
commit
c28bc165af
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/http.mod.hsp
+ 1
- 1
modules/http.mod.hsp
View File
@@ -7,7 +7,7 @@ Http
#enum STATUS_SUCCESS = 1
#enum STATUS_ERROR
#deffunc \
#deffunc
local
\
Fetch \
str p_url,\
local l_res,\
Write
Preview
Loading…
Cancel
Save