aboutsummaryrefslogtreecommitdiff
path: root/cs/types.cs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-04-07 22:40:30 -0500
committerJoel Martin <github@martintribe.org>2014-04-07 22:40:30 -0500
commit5a159ae75ae4a9b302f2a5a1c826fbc872981368 (patch)
tree0b8e36d8939682f919965771853903300e77fbfe /cs/types.cs
parentb0293c15717ff0115f8316850d0d105f69a99308 (diff)
downloadmal-5a159ae75ae4a9b302f2a5a1c826fbc872981368.tar.gz
mal-5a159ae75ae4a9b302f2a5a1c826fbc872981368.zip
C#: add step7_quote
Diffstat (limited to 'cs/types.cs')
-rw-r--r--cs/types.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cs/types.cs b/cs/types.cs
index 87a159b..442a2b2 100644
--- a/cs/types.cs
+++ b/cs/types.cs
@@ -173,6 +173,7 @@ namespace Mal {
value = val;
}
public MalList(params MalVal[] mvs) {
+ value = new List<MalVal>();
conj_BANG(mvs);
}