PureBasic
此條目需要擴充。 (2015年10月3日) |
此條目沒有列出任何參考或來源。 (2015年10月3日) |
PureBasic是由Fantaisie Software所開發的商用BASIC程序語言及整合開發環境(IDE)。特點是語法簡單直接,不依賴運行時庫,因此能編譯出相當小巧的程序,包含命令列或GUI執行檔、DLL等。而且不使用各系統的API,所以有高度的跨平台特性,支持Windows 32/64位元、Linux 32/64位元、Mac OS X、Amiga。
編程範型 | 結構化編程、指令式編程、過程式編程 |
---|---|
語言家族 | BASIC |
設計者 | Fantaisie Software |
實作者 | Fantaisie Software |
面市時間 | 1998年(AmigaOS) 2000年(Windows) |
當前版本 |
|
操作系統 | 跨平台:Microsoft Windows、Linux、Mac OS X 、Raspberry Pi OS (活躍中) AmigaOS (停產,開放源代碼) |
許可證 | 商業軟件 |
文件擴展名 | .pb .pbi .pbf, .pbp |
網站 | www |
啟發語言 | |
BASIC |
代碼範例
CompilerIf #PB_Compiler_OS = #PB_OS_Windows
ProcedureDLL AttachProcess(Instance)
EndProcedure
ProcedureDLL DetachProcess(Instance)
EndProcedure
ProcedureDLL AttachThread(Instance)
EndProcedure
ProcedureDLL DetachThread(Instance)
EndProcedure
CompilerEndIf
ProcedureDLL Test(Message$)
MessageRequester("Test!", Message$)
EndProcedure
外部連結
- ^ PureBasic 6.01 LTS. 2023年3月7日 [2023年4月12日].