mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-25 23:46:32 +02:00
add comment
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
/**
|
||||
* m_replace.scad
|
||||
*
|
||||
* @copyright Justin Lin, 2022
|
||||
* @license https://opensource.org/licenses/lgpl-3.0.html
|
||||
*
|
||||
* @see https://openhome.cc/eGossip/OpenSCAD/lib3x-m_replace.html
|
||||
*
|
||||
**/
|
||||
|
||||
function m_replace(m, i, j, value) =
|
||||
let(
|
||||
rowI = m[i],
|
||||
|
Reference in New Issue
Block a user