List.join( string delim ) Get the string by joining items of a list with the delimiter `delim` @data list List.join.list Scratch 3.0 does not support passing a list as an argument, so this block has its own list to join. You can add items to this list variable, and call this block to get the string with joining the items. @return list List.join.return joined string @param string delim delimiter when joining
@author mathphysicscomputer @authorEmail math.physics.computer@gmail.com