Iskander
Iskander
`GetWindowHandle` `GetWorldToScreenEx` `LoadFileData` `SaveFileData` `LoadFileText` `SaveFileText` `FileExists` `DirectoryExists` `IsFileExtension` `GetFileExtension` `GetFileName` `GetFileNameWithoutExt` `GetDirectoryPath` `GetPrevDirectoryPath` `GetWorkingDirectory` `ChangeDirectory` `GetFileModTime` `OpenURL` `SetGamepadMappings`
https://github.com/dennis-tra/pcp/projects/2#card-56096794 
Now you can do ``curl '$url'``, but it's faster to have a function for GETting built into ABS : ``` import "github.com/valyala/fasthttp" // httpGET(string:"https://www.example.com") func httpGETFn(tok token.Token, env *object.Environment, args...
I extended ABS for myself to be able to call functions from go plugins. Perhaps something like this can be considered for main. Simplest plugin example : ``` package main...
Added romanian translation.