diff options
| author | Joel Martin <github@martintribe.org> | 2014-04-07 22:40:30 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-04-07 22:40:30 -0500 |
| commit | 5a159ae75ae4a9b302f2a5a1c826fbc872981368 (patch) | |
| tree | 0b8e36d8939682f919965771853903300e77fbfe /cs/types.cs | |
| parent | b0293c15717ff0115f8316850d0d105f69a99308 (diff) | |
| download | mal-5a159ae75ae4a9b302f2a5a1c826fbc872981368.tar.gz mal-5a159ae75ae4a9b302f2a5a1c826fbc872981368.zip | |
C#: add step7_quote
Diffstat (limited to 'cs/types.cs')
| -rw-r--r-- | cs/types.cs | 1 |
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); } |
