update inbox list
This commit is contained in:
14
vendor/scrivo/highlight.php/test/detect/mathematica/default.txt
vendored
Normal file
14
vendor/scrivo/highlight.php/test/detect/mathematica/default.txt
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
(* ::Package:: *)
|
||||
|
||||
(* Mathematica Package *)
|
||||
|
||||
BeginPackage["SomePkg`"]
|
||||
|
||||
Begin["`Private`"]
|
||||
|
||||
SomeFn[ns_List] := Fold[Function[{x, y}, x + y], 0, Map[# * 2 &, ns]];
|
||||
Print[$ActivationKey];
|
||||
|
||||
End[] (* End Private Context *)
|
||||
|
||||
EndPackage[]
|
||||
Reference in New Issue
Block a user