Loading AI tools
来自维基百科,自由的百科全书
PureBasic是由Fantaisie Software所开发的商用BASIC程序语言及集成开发环境(IDE)。特点是语法简单直接,不依赖运行时库,因此能编译出相当小巧的程序,包含命令列或GUI执行档、DLL等。而且不使用各系统的API,所以有高度的跨平台特性,支持Windows 32/64位元、Linux 32/64位元、Mac OS X、Amiga。
此条目需要扩充。 (2015年10月3日) |
此条目没有列出任何参考或来源。 (2015年10月3日) |
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
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.