📜  速度将项目添加到数组 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:56.286000             🧑  作者: Mango

代码示例1
#* 
 *    The function add() returns a boolean value (whether the add was 
 *    successfull or not). Therefore, passing the boolean value to an 
 *  unused variable prevents the value from being printed to the screen.
 *#
 
#set($list = $array.add($item))