内建函数 meaning in Chinese
built-in functions
Examples
- Built - in functions are integral to the template language
内建函数是模板语言的一部分 - Don ' t use unnecessary parentheses for builtins and " honorary " builtins
对于内建函数没必要带括号的就不要带括号。这样加强可读性。 - You cannot create custom functions with the same names , nor can you modify built - in functions
你不能自定义名称和内建函数一样的自定义函数,也不能擅自修改内建函数 - Scripting with full javascript interfaces to built - in functions . this includes a script editor , offering many of the features found in the eclipse script editor , including syntax coloring and type - ahead
具有完全的javascript接口和内建函数的脚本,包括提供了很多eclipse脚本编辑器特性的脚本编辑器,如语法彩色显示和提前键入( type - ahead ) 。